Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Apr 2005 20:53:04 +0000 (20:53 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 1 Apr 2005 20:53:04 +0000 (20:53 +0000)
commitb82af5ce89d6cb5052730d9f701f247438103790
treec4880c0a74d554a5227026a5d1012aba4f8351c7
parent6160b3ba8f1120af42016a55541882d61c4917d0
Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry

2005-04-01  Matthias Clasen  <mclasen@redhat.com>

Make gtk_combo_box_get_active_text do the right thing for
GtkComboBoxEntry (#171373, Robert Staudinger)

* gtk/gtkcombobox.h: Add a get_active_text vfunc.

* gtk/gtkcombobox.c (gtk_combo_box_real_get_active_text): And
implement it here.

* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
Implement get_active_text by always returning the content of
the entry.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtkcombobox.h
gtk/gtkcomboboxentry.c